home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / prog_c / pclc41.zip / FILES.DOC < prev    next >
Text File  |  1994-05-10  |  1KB  |  32 lines

  1. ** FILE **      ** Description **
  2.  
  3. files.doc       This file.
  4. file_id.diz     Standard product description file.
  5. pcl4c_s.lib     Small model library (all but MIX Power C).
  6. pcl4c_l.lib     Large model library (all but MIX Power C).
  7. pcl4c_s.mix     MIX Power C small model library.
  8. pcl4c.doc       PCL4C Shareware Introduction.
  9. pcl4c.usr       PCL4C Users Manual
  10. pcl4c.ref       PCL4C Reference Manual.
  11. pcl4c.inv       PCL4C invoice file.
  12. pcl4c.h         PCL4C include file.
  13. *.c             Example code
  14.    simple.c        Simple terminal emulator (uses no other files).
  15.    term.c          Terminal emulator example program.
  16.    term_io.c       I/O functions (used by term).
  17.    modem_io.c      Modem I/O functions (used by term).
  18.    xymodem.c       XMODEM & YMODEM driver (used by term).
  19.    xypacket.c      Packet driver for xymodem (used by term).
  20.    dir_io.c        Directory I/O functions (used by term).
  21.    amodem.c        ASCII protocol driver (used by term).
  22.    dos_io.c        DOS I/O functions (used by term).
  23.    crc.c           Cyclic Redundancy Check (CRC) functions (used by term).
  24.    term.cfg        term.c configuration file.
  25. *.h             Prototype files used by example code.
  26.    ascii.h         ASCII control characters.
  27. *._m_           Microsoft C makefiles.
  28. *._b_           Borland C makefiles.
  29. *._t_           Turbo C makefiles.
  30. *._q_           Microsoft Quick C makefiles.
  31. x_*.bat         MIX Power C batch makefiles.
  32.